html,body{
	margin: 0; padding: 0; border: 0; 
	font-family: "Microsoft Yahei",'Montserrat', sans-serif;
	font-size: 14px;
}
dl,ul,ol,td,h1,h2,h3,h4,table,input,form{
	margin: 0; padding: 0; border: 0;
}
a:link{
	color: #2D3E50; text-decoration: none;
}
a:visited{
	color: #666; text-decoration: none;
}
a:hover{
	color: #E67F22; text-decoration: none;	
}
a:active{
	color: #34495E;
	text-decoration: none;
}
a.btn-info,a.btn-success,a.btn-danger,a.warning{
	color: #ffffff;
}
.isotope-item {
	z-index: 2;
}
.logo{
	padding-top:10px;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.boxedcontainer {
	max-width: 1170px;
	margin: auto;
	padding: 0px 30px;
}

/* =  Header
/*-------------------------------------------------*/
.topmenu{
	height: 81px;
}
.toptelbox{
	float: right; width: 220px; padding-top: 15px;
}
.toptelbox img{
	width: 100%;
}
.navbar-default{
	border: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin: 0;
}
.active .navbar-default{
	box-shadow: 0px 0px 8px #ccc;
  /* -webkit-box-shadow: 0px 0px 8px #ccc; */
  -moz-box-shadow: 0px 0px 8px #ccc;
  border-bottom:solid 1px #efefef;
  background: #fff;
}
.navbar-header {
	z-index: 99;
	position: relative;
}
.navbar-brand {
	height: auto;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #333333;
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	color: #333333 !important;
	letter-spacing: 2.5px;
	z-index: 99999;
}
.navbar-brand span {
	color: #124aa5;
}
.navbar-nav {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.topmenu .nav>li{
	width: 96px; text-align: center;
}
.topmenu .navbar-nav > li > a{
	color: #777777 !important;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding: 31px 15px 30px 15px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a.active {
	color: #333333 !important;
}
.navbar-nav li.drop {
	position: relative;
}
.navbar-nav li:hover ul.drop-down {
	opacity: 1;
	display: block;
}
.navbar-nav li.search {
	position: inherit;
}
.top-line {
	line-height: 36px;
	background: #F2F4F5;
	border-bottom: 1px solid #E9EBEC;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	overflow: hidden;
}
.top-line ul.info-list {
	margin: 0;
	padding: 0;
}
.top-line ul.info-list li {
	display: inline-block;
	margin-right: 25px;
	color: #666666;
	font-size: 14px;
}
.top-line ul.info-list li i {
	color: #E84C3D;
	font-size: 16px;
	margin-right: 6px;
}
.top-line ul.social-icons {
	margin: 0;
	padding: 0;
	text-align: right;
}
.top-line ul.social-icons li {
	display: inline-block;
	margin-left: 9px;
}
.top-line ul.social-icons li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-size: 14px;
	color: #666;
}
.top-line ul.social-icons li a:hover {
	color: #E84C3D;
}
header.active .top-line {
	height: 0;
	padding: 0;
}
.navbar-collapse {
	position: relative;
}
ul.drop-down {
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 160px;
	top: 100%;
	left: -33px;
	padding: 10px 0;
	border-top: 3px solid #0092E7;
	opacity: 0;
	display: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background: #00A2FF;
	border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; -ms-border-radius: 0 0 10px 10px; -o-border-radius: 0 0 10px 10px;
}
ul.drop-down li {
	display: block;
}
ul.drop-down li a {
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	display: block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}
ul.drop-down li a:hover {
	color: #f9ff00;
}
.form-search {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	width: 100%;
	background-color: rgba(236,240,241,0.8);
	padding: 4px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 10px;
	margin: 0;
	color: #7E8C8D;
	padding: 8px 10px;
	border: none;
	width: 100%;
	outline: none;
	background: transparent;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.form-search button {
	background: transparent;
	border: none;
	float: right;
	margin-top: -30px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}
.form-search button i {
	color: #7E8C8D;
	font-size: 16px;
}
.form-search.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
#customlinkbox{
	margin: 0; padding: 0; clear: both; background-color: #0083DB;
}
.customlinkbtn{
	 height: 60px;
    background: #0083DB;
    line-height: 60px;
    color: #fff;
    margin-top: -60px;
    position: relative;
    z-index: 80;
}
.customlinkbtn .active{
	color: #fff; text-decoration: none; width: 20%; line-height: 60px; text-align: center; display: inline-block; color: #fff; float: left;
}
.customlinkbtn a{
	color: #fff; text-decoration: none; width: 20%; line-height: 60px; text-align: center; display: inline-block; color: #fff; float: left;
}
.customlinkbtn a:visited,.customlinkbtn a:hover{
	background: #183979; text-decoration: none; color: #FFF;
}
.customlinkbtn a:active,.customlinkbtn a:foust{
	color: #e67f22; text-decoration: none;
}
.customlinkbtn .icon1,.customlinkbtn .icon2,.customlinkbtn .icon3,.customlinkbtn .icon4,.customlinkbtn .icon5,.customlinkbtn .active .icon1{
	background-image:url(../images/curstomicon.png); background-repeat: no-repeat; display: inline-block; 
	vertical-align: middle; margin-right: 6px; width: 22px; height: 22px;
	transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;
}
.customlinkbtn .icon1{
	background-position: left top;
}
.customlinkbtn a:hover .icon1{
	background-position: left -25px;
}
.customlinkbtn .active{
	background: #183979; text-decoration: none; color: #FFF;
}
.customlinkbtn .active .icon1{
	background-position: left -25px;
}
.customlinkbtn .icon2{
	background-position: -41px top;
}
.customlinkbtn a:hover .icon2{
	background-position: -41px -25px;
}
.customlinkbtn .icon3{
	background-position: -78px top;
}
.customlinkbtn a:hover .icon3{
	background-position: -78px -25px;
}
.customlinkbtn .icon4{
	background-position: -121px top;
}
.customlinkbtn a:hover .icon4{
	background-position: -121px -25px;
}
.customlinkbtn .icon5{
	background-position: -161px top;
}
.customlinkbtn a:hover .icon5{
	background-position: -161px -25px;
}
.waybillbox{
	position: absolute; top: 0; left: 0; display: none; top: -160px;
}
.waybillInput {
    height: 160px;
    background: #183979;
    padding: 15px;
    line-height: 16px;
}
.customlinkbtn .waybillbox{
	display: block;
}
.waybillInput textarea{
    resize: none;
    width: 198px;
    height: 88px;
    background: #FFFFFF;
    margin-bottom: 10px;
    padding: 10px;
    border: none;
    color: #000;
}
.inpnumber{
	resize: none;
    width: 198px;
    height: 88px;
    background: #FFFFFF;
    margin-bottom: 10px;
    padding: 10px;
    border: none;
    color: #000;
}
.waybillInput .btn-group{
	clear: both; display:block;
}
.waybillInput .btn{
	width: 50%;
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
#container{
	padding-top: 121px;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background-color: #f7fafd; 
}
#container.active {
	opacity: 1;
}
p {
	font-size: 14px;
	color: #1F1F1F;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 10px;
}
/*-------------------------------------------------*/
/* =  content slider section
/*-------------------------------------------------*/
.title-section.white h1 {
	color: #ffffff;
}
#home-section .tp-caption.small_text {
	position: absolute;
	color: #eeeeee;
	text-shadow: none;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	letter-spacing: 1.8px;
}
#home-section .tp-caption.small_text p.line {
	width: 60px !important;
	height: 1px !important;
	background: #333333 !important;
}
#home-section .tp-caption.finewide_medium_white {
	color: #ffffff;
	text-shadow: none;
	font-size: 36px;
	line-height: 50px;
	font-weight: 900;
	background-color: none;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: transparent;
	border-style: none;
	text-align: left;
	letter-spacing: 2.5;
}
#home-section .tp-caption.finewide_medium_white span {
	color: #124aa5;
}
#home-section .tp-caption.finewide_medium_white.center-align {
	text-align: center !important;
}
#home-section .tp-caption span.corner-border {
	display: block;
	width: 70px;
	height: 70px;
}
#home-section .tp-caption span.corner-border.left-top {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
#home-section .tp-caption span.corner-border.left-bottom {
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
#home-section .tp-caption span.corner-border.right-top {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
#home-section .tp-caption span.corner-border.right-bottom {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
#home-section .tp-bannertimer {
	display: none !important;
}
#home-section .tp-bullets.simplebullets.round .bullet:hover, #home-section .tp-bullets.simplebullets.round .bullet.selected {
	background: #124aa5;
	border-color: #124aa5;
}
.banner-section {
	padding: 40px 0;
	background: #124aa5;
	text-align: center;
}
.banner-section h2 {
	color: #333333;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 15px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400 !important;
	margin-bottom: 0;
}
.banner-section a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin-left: 60px;
	padding: 12px 30px;
	color: #ffffff;
	background: transparent;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #ffffff;
	letter-spacing: 1.5px;
}
.banner-section a:hover {
	background: #ffffff;
	color: #124aa5;
}
.title-section {
	margin-bottom: 30px;
}
.title-section h1 {
	color: #333333;
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.title-section h1:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 2px;
	background: #124aa5;
	bottom: -1px;
	left: 0;
}
.title-section p {
	max-width: 600px;
	margin: 0;
}
.title-section.white {
	margin-bottom: 40px;
}
.title-section.white h1 {
	color: #ffffff;
}
.title-section.white p {
	color: #ffffff;
}
section.services-section {
	padding: 60px 0 20px;
}
section.services-section .services-box .services-post {
	margin-bottom: 40px;
}
section.services-section .services-box .services-post img {
	width: 100%;
	margin-bottom: 30px;
}
section.services-section .services-box .services-post .services-content {
	padding-right: 10px;
}
section.services-section .services-box .services-post .services-content h2 {
	color: #333333;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 15px;
}
section.services-section .services-box .services-post .services-content a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-size: 14px;
	color: #777777;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 10px;
	color: #333333;
	margin: 0;
}
section.services-section .services-box .services-post .services-content a i {
	margin-left: 12px;
}
section.services-section .services-box .services-post .services-content a:hover {
	color: #124aa5;
}
.portfolio-section {
	padding: 20px 0;
	overflow: hidden; clear: both; margin: 0;
}
.portfolio-section .portfolio-box.owl-wrapper {
	margin-left: -15px;
	margin-right: -15px;
}
.portfolio-section .portfolio-box.owl-wrapper .item {
	padding: 0 15px;
}
.portfolio-section .portfolio-box.iso-call {
	margin-left: -15px;
	margin-right: -15px;
}
.portfolio-section .portfolio-box.iso-call .project-post {
	width: 33.3333%;
	padding: 15px;
}
.portfolio-section ul.filter {
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
	text-align: center;
}
.portfolio-section ul.filter li {
	display: inline-block;
	margin: 0 16px;
}
.portfolio-section ul.filter li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #333333;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;

}
.portfolio-section ul.filter li a i {
	margin-right: 15px;
	color: #333333;
}
.portfolio-section ul.filter li a:hover, .portfolio-section ul.filter li a.active {
	color: #124aa5;
}
.portfolio-section .project-post .project-gallery {
	position: relative;
}
.portfolio-section .project-post .project-gallery img {
	width: 100%;
}
.portfolio-section .project-post .project-gallery .hover-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	opacity: 0;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2 {
	color: #333333;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 15px;
	color: #ffffff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #ffffff;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2 a:hover {
	color: #f1c40f;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 22px;
	height: 2px;
	background: #d35400;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover span {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;

	margin: 0;
}
.portfolio-section .project-post:hover .project-gallery .hover-box {
	opacity: 1;
}
.owl-theme .owl-controls .owl-pagination {
	display: none !important;
}
.owl-carousel {
	width: auto;
}
.owl-theme .owl-controls {
	margin-top: -20px;
	text-align: center;
	position: absolute;
	height: 0;
	top: 50%;
	left: -50px;
	right: -50px;
}
.owl-theme .owl-controls .owl-buttons div {
	font-size: 18px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #16a085;
	outline: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	background: #FFBF00;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	float: left;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	float: right;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
	content: '\f104';
	font-family: 'FontAwesome';
	color: #ffffff;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:after {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #ffffff;
}
.tabs-section {
	padding: 60px 0 60px;
	position: relative;
}
.page-desc{
	overflow: hidden; text-align: center; font-size: 18px; width: 800px; margin: 0 auto; line-height: 35px;
}
.tabs-section .about-us-box h1 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #666;
	margin: 0 0 20px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}
.trangel01{
	display: inline-block;
    margin-right: 5px;
    width: 0;
    height: 0;
    border: 8px solid #E84C3D;
    vertical-align: super;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.trangel02{
	 display: inline-block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border: 8px solid #E84C3D;
    vertical-align: sub;
    border-left-color: transparent;
    border-top-color: transparent;
}
.tabs-section .about-us-box p {
	padding: 0 20px; 	font-size: 16px; text-align: justify; line-height: 35px;
}
.tabs-section .about-us-post {
	margin-top: 30px;
	text-align: center; text-align: -webkit-center;
	clear: both;
	opacity: 1;
}
.tabs-section .about-us-post .fa{
	font-size: 36px; vertical-align: middle; text-align: center;
}
.tabs-section .about-us-post a{
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	cursor: pointer;
	margin: 10px;
	background-color: #f66740;
	vertical-align: middle;
	color: #fff;
	font-size: 24px;
	transform: rotate(45deg);
}

.tabs-section .about-us-post:hover a{
	background: #2DCC70; transform:scale(1.2);
}
.tabs-section .about-us-post h2 {
	color: #333333;
	margin: 0 0 15px;
	font-weight: 400;
	margin-bottom: 6px;
	margin-top: 10px;
}
.tabs-section .about-us-post span {
	display: block;
	margin: 0;
	font-size: 11px;
	font-family: georgia, "Microsoft Yahei";
	margin-left: 80px;
	color: #eeeeee;
	font-style: italic;
}
.tabs-section .about-box {
	padding-left: 15px;
}
.tabs-section .about-box img {
	width: 100%;
	margin-bottom: 30px;
}
.tabs-section .about-box h2 {
	color: #333333;
	font-size: 15px;

	margin: 0 0 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.tabs-section .about-box h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 1px;
	background: #124aa5;
}
.tabs-section .about-box p {
	color: #ffffff;
}
.kuanbg-group{
	 width:100px; height: 160px;  margin: 0 auto; text-align: center; position: relative;
}
.kuanbg-group .one{
	position: absolute;
	top: 0;
	left: 25px;
	width: 80px;
	height: 140px;
	margin: 0 auto;
	background-color: #F66740;
	transform: rotate(30deg);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.kuanbg-group .two{
	position: absolute;
	width: 80px;
	height: 140px;
	left: 25px;
	top: 0;
	transform: translate(-50%,-50%);
	transform: rotate(90deg);
	background-color: #F66740;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.kuanbg-group .three{
	position: absolute;
	width: 80px;
	height: 140px;
	left: 25px;
	top: 0;
	transform: translate(-50%,-50%);
	transform: rotate(330deg);
	background-color: #F66740;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.kuanbg-group:hover .one{
	position: absolute;
	top: 0;
	left: 25px;
	width: 80px;
	height: 140px;
	margin: 0 auto;
	background-color: #4281FF;
	transform: rotate(120deg);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.kuanbg-group:hover .two{
	position: absolute;
	width: 80px;
	height: 140px;
	left: 25px;
	top: 0;
	transform: translate(-50%,-50%);
	transform: rotate(180deg);
	background-color: #4281FF;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.kuanbg-group:hover .three{
	position: absolute;
	width: 80px;
	height: 140px;
	left: 25px;
	top: 0;
	transform: translate(-50%,-50%);
	transform: rotate(420deg);
	background-color: #4281FF;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.kuanbg-group .info{
	z-index: 999; color: #fff; position: relative; left: 15px; padding-top:10px;
}
.kuanbg-group .info h2{
	font-size: 18px; font-weight: 600; line-height: 30px; color: #fff;
}
.kuanbg-group .info .fa{
	font-size: 40px; color: #F7FAFD; -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.kuanbg-group:hover .info .fa{
	font-size: 80px; transform:translate(30px,30px); -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.case-title{
	font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #F69A13;
    position: relative;
    text-align: center;
    border-bottom: solid 1px #BED8DF;
    padding-bottom: 10px;
    margin-bottom: 40px;
    clear: both;  
}
.case-title:after{
	content: "";
	height: 2px; background: #e67f22; width: 250px; display: block; margin: 0 auto; position: relative; bottom: -11px;
}
.case-title a,.case-title a:hover{
	color: #16A086; text-decoration: none;
}
.section-title{
	font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    position: relative;
    text-align: center;
    border-bottom: solid 1px #efefef;
    padding-bottom: 10px;
    margin-bottom: 40px;
    clear: both;  
}
.section-title:after{
	content: "";
	height: 2px; background: #e67f22; width: 200px; display: block; margin: 0 auto; position: relative; bottom: -11px;
}
.section-title a,.section-title a:hover{
	color: #16A086; text-decoration: none;
}
.iport-h3-title {
	margin-top: 0;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 25px 18px 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.iport-h3-title a {
	color: #282828;
}
.iport-h3-title a:hover, .iport-h3-title a:active {
	color: #2980b9; text-decoration: none;
}
.news-section {
	padding: 30px 0 30px;
	background: #fff;
}
.news-section .news-box.owl-wrapper {
	overflow:hidden;
	width:100%;
}
.news-section .news-box.owl-wrapper .disabled{
		display:none;
}
.news-section .news-box.owl-wrapper .owl-item {
	float:left;
	padding:0;
	margin:0;
}
.news-section .news-post{
	overflow:hidden;
	height:auto;
}
.news-section .news-post .news-gallery {
	position: relative;
}
.news-section .news-post .news-gallery img {
	width: 100%;
}
.news-section .news-post .news-gallery .date-post {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	background-color: rgba(22,160,134,0.8);
	padding: 10px 14px;
	border-radius: 10px;
}
.news-section .news-post .news-gallery .date-post p {
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 700;
	margin: 0;
}
.news-section .news-post .news-gallery .date-post p span {
	display: block;
	font-size: 20px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.news-section .news-post .news-content {
	padding: 10px 0; text-align: center; position:relative; background: #0083db; top: -48px;
}
.news-section .news-post .news-content h2 {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
}
.news-section .news-post .news-content h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #FFF;
}
.news-section .news-post .news-content h2 a:hover {
	color: #F1C40F;
}
.news-section .news-post .news-content > a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-size: 14px;
	color: #777777;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 10px;
	color: #333333;
	margin: 0;
}
.news-section .news-post .news-content > a i {
	margin-left: 12px;
}
.news-section .news-post .news-content > a:hover {
	color: #124aa5;
}
.news-nav-table{
	overflow: hidden; margin: 0; padding: 0; border: 0;
}
.news-nav-table .nav-tabs{
	font-size: 16px; 
}
.list-remand{
	margin: 10px 10px 0; overflow: hidden;
}
.list-remand li{
	line-height: 30px; font-size: 14px; 
}
.list-remand li:before{
	content: ""; width: 5px; height: 5px; display: inline-block; background-color: #297FB8; margin-right: 5px; vertical-align: middle;
}
.list-remand li a{
	transition: all 0.2s linear; -webkit-animation:all 0.9s linear;
}
.list-remand li a:hover{
	text-decoration: none; padding-left: 8px; color: #E84C3D;
}
.list-remand time{
	float: right; font-size: 13px; color: #888;
}
.news-nav-table .nav-tabs > li > a{
	width: 120px; text-align: center;
}
/*-------------------------------------------------*/
/* =  list-page
/*-------------------------------------------------*/
#pagebg_ad{
	overflow: hidden; height: 400px; clear: both; overflow-x: no-display; -webkit-overflow-x: no-display; position: relative; 
}
#user_page_adbox{
	overflow: hidden; height: 220px; clear: both; overflow-x: no-display; -webkit-overflow-x: no-display; position: relative; background-color: #1C6ABB; border-bottom: solid 2px #103B6A;
}
.user_bg_box{
	background:url(../images/manager-pic.png); background-repeat: no-repeat; display: block; width: 287px; height: 283px; overflow: hidden; position: absolute; right:200px; top:-20px;
}
.user_adbox_txt{
	text-align:center; vertical-align: middle; margin-top: 30px; overflow: hidden; letter-spacing: 10px; color: white;
}
.user_adbox_txt h3{
	color: #F8DB55; text-shadow: 2px 2px 2px #000; font-weight: 800;
}
.user_adbox_txt h4{
	color: #fff; text-shadow: 2px 2px 2px #000; font-weight: 600;
}
#pagebg_ad .ad_info{
	text-align: center; width: 1100px; height: 300px; margin: 0 auto; position: relative; bottom: 360px;
}
#pagebg_ad .ad_info h1{
	font-size:36px; font-weight: 800; color: #ffffff; text-shadow: 2px 2px 2px #999; -webkit-text-shadow: 2px 2px 2px #999; -ms-text-shadow: 2px 2px 2px #999; -o-text-shadow: 2px 2px 2px #999; -moz-text-shadow: 1px 1px 1px #999;
}
#pagebg_ad .ad_info h3{
	font-size:24px; font-weight: 800; color: #ffffff; text-shadow: 1px 1px 1px #999; -webkit-text-shadow: 1px 1px 1px #999; -ms-text-shadow: 1px 1px 1px #999; -o-text-shadow: 1px 1px 1px #999;  -moz-text-shadow: 1px 1px 1px #999;
}
#page-cont{
	margin: 0; padding: 0; clear: both; border: 0; background: #ECF0F1;
}
#pagebg_ad .page-adv-txt{
	padding-top:100px;
}
.consignee-box,.put-invoice{display:none;}
.fee-box{
	width:90%; margin:0 auto;
}
.fee-box .well{
-webkit-box-shadow: none; box-shadow:none;
}
.fee-box .package_no{
	line-height:40px; font-size:18px; color:#4E62FA;
}
.fee-box .package-box{
	position:relative;
}
.fee-box .package-box .page-header{
	line-height:40px; margin-bottom:20px;
}
.layer-page-cnt{
 background: #fff; z-index: 90; padding:30px; text-align: left; height: auto; margin: -50px auto 0 auto; position:relative; overflow: hidden;
}
.layer-page-cnt .page-header{ 
	margin:0 auto; color:red; font-size:16px; font-weight:bold;
}
.page-object{
	text-align: center;
}
.layer-page-cnt .content{
	font-size: 14px; line-height: 35px; color: #666; text-align: justify; padding: 20px 40px;
}
.layer-page-cnt .content ul,.layer-page-cnt .content ol{
	-webkit-padding-start:  14px; -moz-padding-start:  14px; padding-inline-start: 14px; margin: 4px 0;
}
.layer-page-cnt .content h3:before,.layer-page-cnt .content h4:before{
	content: ""; width: 10px; height: 10px; border-radius: 50%;  background: #27AE61; display: inline-block; vertical-align: middle; margin-right: 10px;
}
.local-box{
	background: #ECF0F1; width: 100%; height: 40px; line-height: 40px; text-align: right; padding-right: 10px; margin-bottom: 50px;
}
.local-box .fa{
	color: #F39C11;
}
.track-remand p{
	text-indent: 2em; line-height: 30px; padding-top: 1px;
}

.page-track-box h3,.track-remand h3{
	margin: 0; padding-bottom: 20px; border-bottom: solid 1px #ddd; margin-bottom: 10px;
}
.page-track-box .btn-group{
	margin: 0 auto; text-align: center; width: 50%; display: block;
}
.pagetrackput{
	width: 100%; clear: both; margin: 20px 0;
}
.pagetrackput .inpnumber{
	border: solid 1px #efefef; box-shadow: 0 3px 3px #eee; border-radius: 3px; width: 100%; height:120px;
}
.sourcediv{margin:20px 0; border-bottom: dashed 1px #efefef; text-align: center;}
.sourcediv span{margin: 0 20px;}
.pre-next-btn{margin:20px 0; overflow: hidden; clear: both; text-align: center; border-top: solid 1px #efefef; padding-top: 20px;}
.pre-next-btn .btn{margin-right: 60px;}
.pre-next-btn a.btn-info{color: #fff;}
.tabs-list-box a:link,.tabs-list-box a:visited,.tabs-list-box a:active{color: #fff; text-decoration: none;}
.tabs-list-box a:hover{color: #FFDD00}
.tabs-list-box .label{padding: 5px 10px;}
article{line-height: 35px;}
article p{line-height: 35px;}
#recomand-news{
	background-color: #ECF0F1; overflow: hidden; clear: both; padding: 0; margin:0;
}
.recomand-news{
	overflow: hidden; margin:30px 0 30px;  background-color: #fff; padding: 0 20px 20px;
}
.recomand-news h3{
	 border-bottom: solid 1px #efefef; padding-bottom: 10px; margin-bottom: 10px;
} 
.recomand-news h3:before{
	content: "";
	width:12px; height: 12px; background-color: #e67f22; vertical-align: middle; margin-right: 10px; display: inline-block;
}
.recomand-news ul{
	list-style: none;
}
.recomand-news li{
	line-height: 35px;
}
.recomand-news li time{
	float: right;
}
.recomand-news .bagtag01{	
	font-style: normal; width: 20px; height: 20px; border-radius: 50%; text-align: center; line-height: 20px; background-color: #27AE61; color: #fff; display: inline-block; vertical-align: middle; margin-right:10px;
}
.recomand-news .bagtag02{	
	font-style: normal; width: 20px; height: 20px; border-radius: 50%; text-align: center; line-height: 20px; background-color: #E67F22; color: #fff; display: inline-block; vertical-align: middle; margin-right:10px;
}
.wuliumsgbox{
	margin-bottom: 30px; overflow: hidden;
}
.wuliumsgbox ul{
	margin-left: -2%;
}
.wuliumsgbox li{
	width: 48%; float: left; margin-left: 2%
}
.wuliumsgbox li time{
	float: right;
}
.wuliumsgbox li a{
	text-decoration: none;
}
.wuliumsgbox li a:hover{
	text-decoration: none; color: #0066FF;
}
.page-btn{
	margin: 0 auto; text-align: center;
}
.pic-list-box{
	overflow: hidden; margin: 0; padding: 0; clear: both;
}
.pic-list-box li {
    padding: 20px 0;
    border-bottom: 1px dashed #DCDCDC;
}
.pic-list-box h3{
	margin:0 0 10px 0; padding: 0; font-size: 22px; color: #16748E;
}
.pic-list-box a,.pic-list-box a:hover{
	text-decoration: none; display: inline-block; overflow: hidden;
}
.pic-list-box .cnt-box{
    width: 840px;
    height: 125px;
    color: #777777;
    font-size: 13px;
    text-align: left;
    margin-left: 230px;
}
.pic-list-box .cnt-box time{
	margin-left: 10px;
}
#zzservbox{clear: both; overflow:hidden; margin: 0; padding: 0; border: 0;}
.wuliu-msg{overflow: hidden; clear: both; margin: 0;padding: 0; }
.zhutitxt1 span{text-align:center; margin: 0 auto;}
.wuliu-btn-group{margin: 50px auto 20px auto; overflow: hidden; clear: both;}
.wuliu-btn-group .btn-success{color: #fff;}
#process-box{
	overflow: hidden; padding: 30px 0; border: 0; clear: both;
}
#process-box h3{
	font-weight: 700; font-size: 20px; color: #666666;
}
.bre-process{margin: 40px 0;}
.bre-process ul{list-style: none;}
.bre-process li{width:22%;float: left;background: url(../images/xcur.png) 130px center no-repeat;background-size: 110px 40px;}
.bre-process li span{width: 120px;height: 120px;font-size: 16px;padding: 40px 0; border-radius: 100%;text-align: center;display: inline-block;color: #fff;background: #04af89;line-height: 1.2em;box-sizing: border-box; -webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s; cursor: pointer;}
.bre-process li span:hover{
transform: scale(1.2); -moz-transform:scale(1.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2);  -o-transform: scale(1.2);
-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s; background: #F15A24;
}
.bre-process li.last-child{width: 120px;background: none;}
.partinner{
	text-align: center; overflow: hidden; position: relative; margin-top: 30px; height: 280px; overflow: hidden;
}
.partinner a:link,.partinner a:hover{text-decoration: none}
.partinner img{
	transition:all 0.75s ease-in-out; -webkit-transition: all 0.75s ease-in-out; -moz-transition:all 0.75s ease-in-out;
}
.partinner a:hover img{
	transform: rotateY(-360deg); -webkit-transform: rotateY(-360deg); -moz-transform: rotateY(-360deg);
}
.partinner h4{
	font-size: 22px; font-weight: 600;
}
.partinner span{
	font-size: 16px; color: #888;
}
.partinner2{
	text-align: center; overflow: hidden; position: relative; margin-top: 30px;
}
.partinner2 img{
	padding: 30px 0 10px 0;
}
.partinner2 a:hover img{
	animation: bounce 0.8s linear;
}
.partinner2 h4{
	font-size: 22px; font-weight: 600;
}
.partinner2 span{
	font-size: 16px; color: #888;
}
.partner-group{
	padding:10px 0 20px 0; clear: both;transform: scale(1);transform-origin: 0 0;overflow: hidden;
}
.partner-list{
	overflow: hidden;position: relative; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-top: 20px;
}
.partner-list .partnerimg{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.partner-list .partnerimg img{
	height: 100%; width: 100%;
}
.partner-list .partnertxt{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 65px;
    background: #333333;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.partner-list .partnertxt h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px 10px 0 4px;
    margin: 4px 0 0 0;
}

.partner-list .partnertxt p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 5px;
    text-align: center;
}

.partner-list a:hover .partnertxt {
    visibility: visible;
    opacity: 1;
}

.partner-list .partnertxt {
    top: auto;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.partner-list a:hover .partnerimg {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.partner-list a:hover .partnertxt {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#wuliu-intro{
	overflow: hidden; clear: both; margin-top: 50px; padding: 0; border: 0;
}
#wuliu-intro .nav-tabs{
	text-align: center; margin-left: auto; margin-right: auto; padding-left: 23%; font-size: 16px; font-weight: 600;
}
#wuliu-intro .nav-tabs > li >a{
	padding: 12px 50px; background-color: #eee;
}
#wuliu-intro .nav-tabs > li >a:hover{
	background-color: #DFDFDF;
}
#wuliu-intro .nav-tabs .fa{
	font-size: 24px; margin-right: 5px; vertical-align: middle;
}
#wuliu-intro .nav-tabs .active a{
	color: #fff; background-color: #0066FF;
}
#wuliu-intro .nav-tabs .active .fa{
	color: #FBFF00;
}
#wuliu-intro .tab-content{
	padding: 40px; line-height: 35px;
}
#wuliu-intro .tab-content h4{
	line-height: 35px;
}
#wuliu-intro .tab-pane p{
	line-height: 35px;
}
#wuliu-intro .tab-content ul{
	padding-left: 2em;
}
/*-------------------------------------------------*/
/* =  faq style
/*-------------------------------------------------*/
.faq-btn{
	overflow: hidden; margin: 30px 0;
}
.faq-box{
	overflow: hidden;; clear: both; margin: 0; padding: 0;
}
.faq-box .faq-q-box{
	background-color: #A4D7E4; width: 100%; border-radius: 10px; overflow: hidden; padding: 20px;
}
.faq-box .faq-q-box .fa{
	font-size: 24px;
}
.faq-box .faq-q-box dt{
	background: white; border-radius: 10px; padding: 4px 0px 4px 10px; line-height: 45px; font-size: 20px;
}
.faq-box .faq-a-box dd ul,.faq-box .faq-a-box dd ol{
	padding-inline-start: 18px; -webkit-padding-start: 18px; -moz-padding-start:18px;
}
.faq-box .faq-q-box i{
	padding-right: 10px;
}
.faq-box .faq-q-box dt span{
	font-size:16px;
}
.faq-box .faq-a-box{
	background-color: #D3E1E4; width: 100%; border-radius: 10px 10px 0 10px; overflow: hidden; padding: 20px; margin-bottom: 0;
}
.faq-box .faq-a-box i{
	padding-right: 10px;
}
.faq-box .faq-a-box dt{
	background: white; border-radius: 10px; padding: 4px 0px 4px 10px; line-height: 45px; font-size: 20px;
}
.faq-box .faq-a-box dd{
	background: white; border-radius: 10px; padding:30px 20px; line-height: 45px; font-size: 16px; margin-top:20px;
}
.hitbtn{
	background: #D3E1E4; border-radius: 0 0 10px 10px; width: 200px; float: right; text-align: center; font-size: 14px; font-weight: 600; color: #555; padding-bottom: 12px;
}
.tabs-list-box{
	overflow: hidden; clear: both; margin: 0;
}
.faq-list-group{
	background-color: #C9DFE4; margin: 0; overflow: hidden; padding: 20px; border-radius: 10px;
}
.faq-list-group h3{
	margin: 0; background-color: #fff; font-size: 20px; font-weight: 600; border-radius: 10px; line-height: 50px; text-align: center; color: #F15A24;
}
.faq-list-group ul{
	background-color: white; margin-top: 20px; border-radius: 10px; padding: 10px; list-style: none;
}
.faq-list-group li{
	line-height: 30px; font-size: 14px;
}
.faq-box-list li{
	border: solid 1px #ddd;
	padding: 0;
	margin-top: 20px;
	overflow:hidden;
	border-radius: 5px 0 0 5px;
	background:#fff;
}
.faq-box-list li:hover{
	box-shadow: 3px 3px 5px #efefef;
}
.faq-box-fl{float:left; width:90%; overflow:hidden;}
.faq-tit-box{clear:both; line-height:45px; overflow:hidden; border-bottom:solid 1px #ddd; padding-left:10px;}
.faq-tit-box h4{float:left; font-size:16px;}
.faq-tit-box a:link,.faq-tit-box a:visited,.faq-tit-box a:active{ color:#060606; text-decoration: none;
}
.faq-tit-box a:hover{
	color: #004BBC; text-decoration:none;
}
.faq-tit-box .time{float:right;padding-right:10px; font-size:12px; color:#999}
.faq-tags-box{clear:both; line-height:30px; padding-left:10px;}
.faq-tags-box span{font-size:13px; color:#999}
.faq-count-fr{float:right; background:#F4F4F4; overflow:hidden;width:10%; text-align:center; line-height:30px; padding-top:10px; border-left: solid 1px #ddd; height: 79px;}
.faq-count-fr p{
	font-size: 16px; font-weight: bold; color:#999
}
.faq-count-fr h4{
	color: red;
}
/*-------------------------------------------------*/
/* =  page-sendbox style
/*-------------------------------------------------*/
.page-sendbox{
	margin: 0 atuo; overflow: hidden; position: relative; top:-77px;
}
.page-sendbox hr{
	border-top:solid 1px #fff; border-top:solid 1px #ccc;
}
.page-sendbox .well h3,.page-sendbox .well h4{
	padding: 0; margin: 0;
}
.r-sider label{
	font-weight:normal;
}
.form-goods .input-group{
 	padding-right: 16px;
}
.page-sendbox .tab-content{
	background-color: white; overflow: hidden; 	padding: 30px 20px;
}
.page-sendbox .nav-tabs{
	border: none;
}
.page-sendbox .nav-tabs li a{
	position:relative; bottom: -23px;
}
.page-sendbox .nav-tabs > li > a, .page-sendbox .nav-tabs > li > a:focus, .page-sendbox .nav-tabs > li > a:hover{
	width:300px; background-color: #696969; font-size: 24px; text-align: center; border: 0; color: #fff; display: inline-block;
}
.page-sendbox .nav-tabs > li.active > a, .page-sendbox .nav-tabs > li.active > a:focus, .page-sendbox .nav-tabs > li.active > a:hover{
	background: #fff; height: 78px;  line-height: 60px; bottom: 0;
}
.page-sendbox .nav-tabs li i{
	vertical-align: middle; display: inline-block; font-size: 32px;
}
.page-sendbox .well{
	border-radius:0px; box-shadow: 0 0 0 0;
}
.nav-sender > li {
  float: left; width:33.2%; vertical-align:middle;
}
.nav-sender > li > a {
  font-size:16px;
  border-radius: 0px;
  background-color: #efefef;
  cursor:pointer;
  text-align:center;
  line-height:50px;
}
.nav-sender > li + li {
  margin-left: 2px;
}
.nav-sender > li.active > a, .nav-sender > li.active > a:focus, .nav-sender > li.active > a:hover {
  color: #fff;
  background-color:#5cb85c;
}
.type-sendbox{
	overflow: hidden; padding: auto; margin-bottom: 16px;
}
.type-sendbox li{
	float: left; width: 30%; margin-right: 3%;
}
.type-sendbox input.labelauty + label{
	width: 100%; text-align: center; height: 80px; line-height: 40px; font-size: 18px; background-color: #fff; color: #666666; box-shadow: inset 0 0 20px #efefef; -webkit-box-shadow: inset 0 0 20px #efefef;
}
.type-sendbox input.labelauty:checked + label{
	box-shadow: inset 0 0 20px #3498DB; background-color:#66C2FF; -webkit-box-shadow: inset 0 0 20px #3498DB; 
}
.online-btn{
	margin-top:20px;
}
.online-btn .btn{
	border-radius: 10px; background-color: #6476FF; color: #fff; box-shadow: 0 0 30px #efefef; text-align: center; width: 20%; margin: 0 auto; line-height: 45px; position: relative;
}
.online-btn .btn span{
	 display: inline-block; font-weight: bold; font-size: 18px; vertical-align: middle;
}

.online-btn .btn i{
	font-size:36px;  vertical-align: middle; position: relative; animation-name: moveright; animation-duration: .6s; animation-timing-function: ease-in; animation-delay:inherit; animation-iteration-count: infinite; animation-direction:reverse; animation-play-state: running;
}
.contact-ckcnt{
	 background-color: #fff; margin:36px auto; width: 60%;  padding: 20px; border-radius: 10px;
}
.contact-ckcnt dl{
	font-size: 18px;
}
.contact-ckcnt dl dt i{
	color:#f8624e;
}
.contact-ckcnt dl dt,.contact-ckcnt dl dd{
	line-height: 35px; border-bottom:dashed 1px #888;
}
@keyframes moveright{
	from{
		left: -20px;
	}
	to{
		left: 0px;
	}
}
@-webkit-keyframes moveright{
	from{
		left: -20px;
	}
	to{
		left: 0px;
	}
}
.online-btn .btn:hover{
	background-color: #4E5CC7; color: #fff;
}
#resultsbox{
	display: block; opacity: 1; margin: 10px; font-size: 16px;
}
#succeess-box{
    margin-bottom: 20px; background-color: #f5f5f5;
}
#succeess-box table .fa{
	color: #F66740; font-size: 20px;
}
#succeess-box h3{
	font-size: 24px; margin-bottom: 20px; border-bottom:dotted 2px #3A8E51; padding-bottom: 20px; color: #F66740;
}
#succeess-box table th{
	line-height: 40px; text-align: center; font-size: 18px; color: #000;
}
#succeess-box table td{
	line-height: 30px; background-color: #fff; font-size: 16px;
}
#fail-box{
	 clear: both;
	 display: none;
	 min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    color: #e84c3d;
}
.form_shenbao_outer_row{
	border-radius: 10px; padding:30px 20px 20px; margin-bottom:40px; position: relative; border:dashed 1px #D1D1D1;
}
.form_shenbao_outer_row:hover{
	background-color: #FAFAFA;
}
#remove_node_btn{
	width: 40px; height: 40px; border-radius: 50%; position: absolute; top: -20px; right: 10px;
}
#reprice p{
	color: #000;
}
.selectpicker {text-align: left;position: relative;}
.selectpicker .btn-default{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.selectpicker .dropdown-toggle{position:relative;text-align:left;}
.selectpicker .dropdown-toggle.filled{padding-left:30px}
.selectpicker .dropdown-toggle span.placeholder,.selectpicker .dropdown-toggle span.text{float:left}
.selectpicker .dropdown-toggle span.placeholder{color:#959595}
.selectpicker .dropdown-toggle span.caret{float:right;margin-top:10px}
.selectpicker .reset{margin:3px 0}
.selectpicker .reset a{color:#333;display:block;padding:4px 0 4px 20px}
.selectpicker .reset a,.selectpicker .reset a:hover{text-decoration:none}
.selectpicker .reset a:hover{background:#e6e6e6}
.selectpicker .clear{display:none;position:absolute;right:30px;top:0;z-index:12;padding:5px;color:#959595}
.selectpicker .list-to-filter{max-height:350px;overflow-y:scroll;border-top:1px solid #e6e6e6}
.selectpicker .dropdown-menu{width:100%;padding:5px 0 0}
.selectpicker .dropdown-menu ul{margin-top:4px}
.selectpicker .dropdown-menu ul>li{display:block;padding:4px 0 4px 20px;cursor:pointer}
.selectpicker .dropdown-menu ul>li:hover{background:#e20606}
.selectpicker .dropdown-menu ul>li.selected{color:#fff;background:#1e90ff}
.selectpicker .dropdown-menu ul>li.optgroup{cursor:default;padding:0;border-top:1px solid #e6e6e6}
.selectpicker .dropdown-menu ul>li.optgroup:first-child{border-top:none}
.selectpicker .dropdown-menu ul>li.optgroup:hover{background:0 0}
.selectpicker .dropdown-menu ul>li.optgroup .optgroup-header{display:block;color:#959595;font-size:14px;margin-bottom:4px;padding:5px 8px 5px 20px}
.selectpicker .dropdown-menu ul>li.optgroup>ul>li{display:block;padding:4px 0 4px 40px;cursor:pointer}
.selectpicker .dropdown-menu ul>li.optgroup>ul>li:hover{background:#e6e6e6}
.selectpicker .dropdown-menu ul>li.optgroup>ul>li.selected{color:#fff;background:#1e90ff}
.selectpicker .dropdown-menu .search-box{padding:5px 8px}
.link-box{padding-bottom:30px; background-color:#fff;}
/*-------------------------------------------------*/
/* =  sender-consignee style
/*-------------------------------------------------*/
.packagebox-item{overflow:hidden; border:1px solid #efefef; position:relative; background-color:#F8F8F8; margin-bottom:5%; height:332px;}
.packagebox-item .packimg-01{background-image:url(../images/packing-setup-01.jpg); display:block; background-repeat:no-repeat;}
.packagebox-item .packimg-02{background-image:url(../images/packing-setup-02.jpg); display:block; background-repeat:no-repeat;}
.packagebox-item .packimg-03{background-image:url(../images/packing-setup-03.jpg); display:block; background-repeat:no-repeat;}
.packagebox-item .packimg-04{background-image:url(../images/packing-setup-04.jpg); display:block; background-repeat:no-repeat;}
.packagebox-item .tit-text{color:#fff; padding-left:5px; line-height:35px; font-weight:bold; vertical-align:middle;}
.packagebox-item .item-cnt{margin-top:170px;padding-left:10px;}
.packagebox-item .item-cnt ul li{padding-left:10px;}
.row1-cntbox,row2-cntbox{
	clear: both; margin: 0; border: 0; overflow: hidden;
}
.reorder-box-cnt{border: dashed 2px #F8624E; padding: 40px 20px; overflow: hidden; position: relative; border-radius: 10px; margin-top: 30px; margin-bottom: 50px; box-shadow: 2px 2px 10px #888; background-color: #fff;
}
.reorder-box-cnt .reshipping-box{
	float: left; font-size: 24px; 
}
.reorder-box-cnt .reshipping-box i{
	font-size: 36px; color: #16a085;  vertical-align:middle;
}
.reorder-box-cnt .reshipping-box span{
	color: red;
}
.ordernum-cnt-list{
	float: left; padding-left:20%; font-size:20px; width: 50%; padding-top:20px;
}
.ordernum-cnt-list span{
	text-decoration: underline; color: #16a085;
}
.user-shippingfee-cnt{
	 padding-top:30px; float: right; font-size: 16px;
}
.user-shippingfee-cnt span{
	color: red;
}
.mysender-box{
	overflow: hidden; border-radius: 10px; padding: 10px 10px 160px; 
	margin-bottom: 20px;
	background-image: url(../images/senderform-bg.png);
	background-repeat: no-repeat;
	background-color: #efefef;
	background-position: right bottom;
	box-shadow: 5px 5px 10px #ddd;
}
#modal-login-box .modal-dialog{
	width: 400px ; margin-top: 180px;
}
.login-puls-box{
	margin:30px auto; width: 80%;
}
.login-puls-box .login-title{
	width: 100%; height: 1px; background: #f0f0f0; display: flex; align-items: center; justify-content: center;
}
.login-puls-box .line-txt{
padding: 0 8px;
background: #fff;
line-height: 22px;
font-size: 13px;
color: #777;
}
.login-api-group{
  display: flex;
  margin: 40px 0 0 0;
  padding: 0 40px;
  justify-content: space-between;
  line-height: 28px;
  box-sizing: border-box;
}
.login-api-group img {
 cursor:pointer;
 transition:all .1s;
}
.login-api-group img:hover {
 transform:scale(1.1)
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
	background: #ECF0F1;
	padding-top: 30px;
	color: #fff;
}
footer a,footer a:hover{
	color: #fff; text-decoration:none;
}
footer .footer-widgets .widgets ul.tag-list {
	margin: 0;
	padding: 0;
}
footer .footer-widgets .widgets ul.tag-list li {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 1px;
}
footer .footer-widgets .widgets ul.tag-list li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #fff;
	font-size: 14px;

	font-weight: 400;
	padding: 6px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
footer .footer-widgets .widgets ul.flickr-list {
	margin: 0;
	padding: 0;
}
footer .footer-widgets .widgets ul.flickr-list li {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 2px;
}
footer .footer-widgets .widgets ul.flickr-list li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
footer .footer-widgets .widgets ul.flickr-list li a img {
	max-width: 60px;
}
footer .footer-widgets .widgets ul.flickr-list li a:hover {
	opacity: 0.7;
}
footer .footer-widgets .widgets.info-widget p {
	margin-bottom: 0px;
}
footer .footer-widgets .widgets.info-widget p span {

	color: #124aa5;
	margin-right: 5px;
}
footer .footer-widgets .widgets.info-widget p.first-par {
	margin-bottom: 10px;
}
footer h2{
	color: #333333;
	margin: 0 0 15px;
	text-transform: uppercase;
	color: #1b94dc;
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-weight: 600;
	position: relative;
}
footer ul{
	margin-bottom:0; line-height:35px;
}
footer h2 a{
	color: #f1c40f;
}
footer h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 2px;
	background: #3498db;
}
footer .last-line {
	background: #1c6abb; padding: 0;
}
footer .copyright-box{
	line-height: 26px; margin-top: 20px;
}
footer .copyright-box a{
	color: #fff;
}
footer .last-line p.copyright {
	font-size: 14px;
	margin: 0;
	text-align: center;
}
footer p {
	font-size: 14px;
	color: #848484;
}
.general_image_pic{
	overflow: hidden; margin: 0; padding: 0; clear:both;
}
.general_image_pic li{
	text-align: center; overflow: hidden; float: right; color: #000; font-weight:bold;
}
.general_image_pic .img{
	width: 121px; height: 100px; text-align: center; vertical-align: middle; display: table-cell;
}
.footer-widgets a{
	color: #848484;
}
.footer-widgets a:hover{
	color: #1f53c7;
}
.verb-box{
	padding-top:20px;
}
.welltitle{
	font-size: 16px; font-weight: bold; border-bottom: solid 1px #BFBFBF; padding-bottom: 4px; margin-bottom: 10px;
}
.tracknotag{
	padding: 6px; border: solid 1px #BFBFBF; border-radius: 5px; background-color: #efefef; overflow: hidden; font-size: 18px; font-weight: bold; color: #d61616;
}
/*-------------------------------------------------*/
/* = 会员登陆--------------------------------------*/
.loginlaycontentbox{
	width: 368px;
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(2, 368px); 
}
#interfaceOne,#interfaceTwo{
	float: left;
}
.login-interface {
  position: relative;
  background-color: #fff;
  transition: transform 0.5s ease-in-out;
}

.login-interface {
  top: 0;
  left: 0;
  background-color: #fff;
  transition: transform 0.5s ease-in-out;
}

.login-interface.active {
  transform: translateX(0);
}

.login-interface.inactive-left {
	transform: translateX(0);
}

.login-interface.inactive-right {
	transform: translateX(-100%);
}

/*-------------------------------------------------*/
/* =  modal style
/*-------------------------------------------------*/
#trackingdata{
	overflow: hidden; margin: 0; padding: 0; border: 0;
}
#trackingdata .modal-header{
	background-color: #1f53c7;color:#fff; text-align: center;
}
#trackingdata .modal-title{
	text-shadow: #153986 2px 2px 2px;
}
#trackingdata .modal-footer{
	background-color: #1f53c7; text-align: center;
}
#trackingdata .modal-body{
	min-height: 200px; max-height: 500px; overflow: auto; background-color:#FCFEFF;
}
#trackingdata .wpt-alarm{
	vertical-align:middle; line-height: 200px; font-size: 18px; color: #e84c3d; font-weight: 600; text-align: center;
}
.search-loading{
	width: 221px; height: 152px; display: block; background-image: url(../images/trackingdataicon.gif); background-repeat: no-repeat; margin: 60px auto 0;
}
.gallery-grids{
	overflow: hidden; margin: 0; padding: 0; border: 0; clear: both;
}
.gallery-grids .col-md-3{
	margin-bottom: 30px;
}
.gallery-grids .col-md-3 img{
	width: 100%; height: 200px; overflow: hidden;
}
.btn_round{
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
  border:1px solid #ccc;
  cursor: pointer;
}
.btn_round:hover{
  color:#fff;
  background:#E25521;
  border:1px solid #E25521;
}

.btn_content_outer{
display: inline-block;
width: 85%;
}
.close_c_btn{
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 0px;
  line-height: 30px;
  border-radius: 50%;
  background: #ededed;
  border: 1px solid #ccc;
  color: #ff5c5c;
  text-align: center;
  cursor: pointer;
}
.fee-box #fee_btn .fa,.fee-box #clearbtn .fa{
	margin-right:10px;
}
.fee-box .package-box .add_new_frmbox{
	position:absolute; top:10px; width:100px; padding-bottom:20px; right: 40px;
}
.fee-box .package-box .add_new_frmbox button:focus{
	outline:0; outline:none; 
}
.fee-box .package-box .add_new_frmbox button:active{
	color:#fff; background-color: #5CB85C;
}
.add_new_frmbox .btn{
	background:#e20c0c; cursor: pointer; color:#fff;  border-radius: 5px; width: 110px; height: 41px;
}
.add_new_frmbox .btn:hover{
	color:#fff; background-color:#ff9900;
}
.add_new_frmbox .btn i{
	float:left;
}
.add_new_frmbox .fa-2x{
	font-size: 1.5em;
}
.add_group_btn{
  display: flex;
}
.add_group_btn i{
 font-size: 32px;
 display: inline-block;
 margin-right: 10px;
 
}
.add_group_btn span{
 margin-top: 8px;
}
.add_group_btn, .clone_sub_task{
  cursor: pointer;
}
.sub_task_append_area .custom_square{
  cursor: move;
}
.del_btn_d{
  display: inline-block;
    position: absolute;
    right: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}
.tipred{color:red;}
#regimg #strength{width:301px;height:14px;line-height:14px;display:block;text-indent:110px;font-size:12px;color:#999; margin-bottom:12px; text-shadow:1px 1px 1px #fff;}
#regimg div{background:url(../../../lib/images/strength.gif) 0 0 no-repeat;margin:0;}
#regimg .nothing{background-position:0 0;}
#regimg .normal{background-position:0 -12px;}
#regimg .general{background-position:0 -26px;}
#regimg .special{background-position:0 -40px;}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 991px) {
.top-line ul.info-list {
	text-align: center;
	margin-bottom: 5px;
}
.top-line ul.social-icons {
	text-align: center;
}
.navbar-brand {
	padding: 12px 15px;
}
.navbar-nav > li > a {
	padding: 22px 12px;
}
.banner-section a {
	margin-top: 5px;
}
.tabs-section ul.nav-tabs {
	margin-bottom: 30px;
}
.tabs-section .tab-pane img {
	margin-bottom: 20px;
}
.quote-section .text-box {
	padding-right: 0;
	margin-bottom: 30px;
}
.portfolio-section .portfolio-box.iso-call .project-post {
	width: 50%;
}
}
@media (max-width: 767px) {
.navbar-toggle {
	margin-top: 14px;
}
.navbar-brand {
	padding-bottom: 17px;
}
.navbar-nav > li > a {
	padding: 5px 15px;
}
ul.drop-down {
	position: relative;
	opacity: 1;
	display: block;
	top: inherit;
	left: inherit;
	width: 100%;
	border-top: none;
	padding: 5px 0;
}
ul.drop-down li a {
	padding: 5px 20px;
}
.banner-section a {
	margin-left: 3px;
}
.owl-theme .owl-controls {
	left: 15px;
	right: 15px;
}
.clients-section ul.clients-list li {
	width: 33.3333%;
	margin-bottom: 20px;
}
.page-banner-section h1 {
	float: none;
	text-align: center;
	margin-bottom: 10px;
}
.page-banner-section ul.page-depth {
	float: none;
	text-align: center;
}
.portfolio-section .portfolio-box.iso-call .project-post {
	width: 100%;
}
.portfolio-section ul.filter li {
	margin: 0 6px;
}
.blog-section .blog-box .single-post blockquote {
	margin-left: 0;
}
.blog-section .blog-box .comment-section ul.depth .comment-box {
	padding-left: 0;
}
footer img.footad { width:100%}
}
@media (max-width: 460px) {
.top-line {
	display: none;
}
.clients-section ul.clients-list li {
	width: 50%;
}
.blog-section .blog-box .comment-section ul li .comment-box img {
	max-width: 60px;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content {
	margin-left: 80px;
}
.blog-section .blog-box .autor-post img {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.blog-section .blog-box .autor-post .autor-content {
	margin-left: 0;
}
footer img.footad { width:100%}
}
